A. 10 sec
B. 20 sec
C. 20 min
D. 40 min
Advertisement
Related Mcqs:
- By default, code written with the Debug class is stripped out of release builds?
- A. Yes B. No C. May be D. Confuse...
- Default scripting language in ASP?
- A. VBScript B. EcmaScript C. JavaScript D. PERL...
- What class does the ASP.NET Web Form class inherit from by default ?
- A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page...
- By default, ASP.NET store SessionIDs in ___________________?
- A. Global variable B. Cookies C. Database D. Database...
- Which of the following is the default authentication mode for IIS ?
- A. Windows B. Anonymous C. Basic Authentication D. None of these...
- In ASP.NET if one wants to maintain session then which of the following is used ?
- A. Microsoft SQL Server B. Session State Service C. In-process storage D. All of the above...
- Which of the following is true about session in ASP.NET ?
- A. The default time interval is 5 minutes B. Programmers has to take care of delete sessions after configurable timeout interval C. ASP.NET automatically delete sessions after configurable timeout interval D. None of the Above...
- How do you explicitly kill a user session ?
- A. Session.Exit B. Session.Close( ) C. Session.Discard( ) D. Session.Abandon...
- Who can access Session state variables ?
- A. All users within a single tunnel B. All Users of an application C. A Single session D. All of the above...
- Which property of the session object is used to set the local identifier ?
- A. SessionId B. LCID C. Item D. Key...
Advertisement